home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / smail-3.2.tar.gz / smail-3.2.tar / smail-3.2 / conf / os / Makefile < prev    next >
Makefile  |  1996-02-26  |  1KB  |  66 lines

  1. #! /bin/make -f
  2. #
  3. #ident    "@(#)smail/conf/os:RELEASE-3_2:Makefile,v 1.10 1996/02/26 15:33:40 woods Exp"
  4. #
  5. # Makefile for the smail operating system description files
  6. #
  7. #    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
  8. #    Copyright (C) 1992  Ronald S. Karr
  9. # See the file COPYING, distributed with smail, for restriction
  10. # and warranty information.
  11.  
  12. SHELL=/bin/sh
  13. MAKE=make
  14. AR=ar
  15. LINT=lint
  16. SRC_PREFIX=
  17.  
  18. ROOT=../..
  19. OSSRC=    template \
  20.     386ix \
  21.     3b2-s5.3+win \
  22.     aix-ps2 \
  23.     aix3.1 \
  24.     aix3.2 \
  25.     aux2.0 \
  26.     aux3.0 \
  27.     bsd4.2 \
  28.     bsd4.3 \
  29.     cpc3.0 \
  30.     delta \
  31.     forpro \
  32.     hp-ux7.0 \
  33.     hp-ux8.0 \
  34.     irix3.2 \
  35.     irix3.3 \
  36.     irix4.0 \
  37.     isc2.2.1 \
  38.     mips-bsd4.3 \
  39.     next2.0 \
  40.     posix \
  41.     sco3.2 \
  42.     sco3.2+tcp \
  43.     scs4.2 \
  44.     sun_os3 \
  45.     sun_os4 \
  46.     sun_os4.1 \
  47.     sys5.2 \
  48.     sys5.3 \
  49.     sys5.3+cmc \
  50.     sys5.4 \
  51.     ultrix1.2 \
  52.     unixpc3.0 \
  53.     unixpc3.5 \
  54.     uts1.2 \
  55.     uts2.0 \
  56.     xenix5 \
  57.     xenix5+tcp
  58. MISCSRC=Makefile
  59. SRC=${OSSRC} ${MISCSRC}
  60.  
  61. all install depend clean clobber:
  62.  
  63. names:
  64.     @for i in ${SRC}; do echo ${SRC_PREFIX}$$i; done
  65.